Site Search

Search for
Search in Advanced search
s : 744

Results 1-10 of 289 ( 0.104 seconds)
1 CLHS: Glossary-Section S   [ 13.035% ]
S safe adj. 1. (of code ) processed in a ... of calling the sequence function 's key argument on the object being ... which is the sequence function 's test argument returns true when given...
https://www.lispworks.com/documentation/HyperSpec/Body/26_glo_s.htm - Cached
text/html - 59929 bytes - Mon, 11 Apr 2005, 17:31:41 UTC
 
2 CLHS: Special Operator THROW   [ 11.449% ]
... (format t "The inner catch returns ~s.~%" (catch 'foo (unwind-protect (throw...
https://www.lispworks.com/documentation/HyperSpec/Body/s_throw.htm - Cached
text/html - 7036 bytes - Mon, 11 Apr 2005, 17:33:48 UTC
 
3 CLHS: Special Operator UNWIND-PROTECT   [ 11.448% ]
... (format t "The inner catch returns ~s.~%" (catch 'foo (unwind-protect (throw...
https://www.lispworks.com/documentation/HyperSpec/Body/s_unwind.htm - Cached
text/html - 9965 bytes - Mon, 11 Apr 2005, 17:33:48 UTC
 
4 CLHS: Special Operator LET, LET*   [ 11.437% ]
... value form. For let* , a variable's scope also includes the remaining ... (let ((a 'inside) (b a)) (format nil "~S ~S ~S" a b (dummy-function))) => ... ((a 'inside) (b a)) (format nil "~S ~S ~S" a b (dummy-function))) =>...
https://www.lispworks.com/documentation/HyperSpec/Body/s_let_l.htm - Cached
text/html - 7852 bytes - Mon, 11 Apr 2005, 17:33:45 UTC
 
5 CLHS: Special Operator EVAL-WHEN   [ 11.429% ]
... to be executed in the compiler's execution environment, thereby...
https://www.lispworks.com/documentation/HyperSpec/Body/s_eval_w.htm - Cached
text/html - 11995 bytes - Mon, 11 Apr 2005, 17:33:44 UTC
 
6 CLHS: Function MAKE-STRING-OUTPUT-STREAM   [ 11.426% ]
... that element-type . Examples: (let ((s (make-string-output-stream))) (write-string "testing... " s) (prin1 1234 s) (get-output-stream-string s)) => "testing... 1234" Affected By:...
https://www.lispworks.com/documentation/HyperSpec/Body/f_mk_s_2.htm - Cached
text/html - 4782 bytes - Mon, 11 Apr 2005, 17:32:52 UTC
 
7 CLHS: Special Operator LOCALLY   [ 9.456% ]
Special Operator LOCALLY Syntax: locally declaration * form * => result * Arguments and Values: Declaration ---a declare expression ; not evaluated. forms ---an implicit progn . results ---the values of the forms . Description: Sequentially evaluates a bod...
https://www.lispworks.com/documentation/HyperSpec/Body/s_locall.htm - Cached
text/html - 5723 bytes - Mon, 11 Apr 2005, 17:33:45 UTC
 
8 CLHS: Special Operator IF   [ 9.456% ]
Special Operator IF Syntax: if test-form then-form [ else-form ] => result * Arguments and Values: Test-form ---a form . Then-form ---a form . Else-form ---a form . The default is nil . results ---if the test-form yielded true , the values returned by the...
https://www.lispworks.com/documentation/HyperSpec/Body/s_if.htm - Cached
text/html - 4252 bytes - Mon, 11 Apr 2005, 17:33:45 UTC
 
9 CLHS: Special Operator PROGN   [ 9.456% ]
Special Operator PROGN Syntax: progn form * => result * Arguments and Values: forms ---an implicit progn . results ---the values of the forms . Description: progn evaluates forms , in the order in which they are given. The values of each form but the last...
https://www.lispworks.com/documentation/HyperSpec/Body/s_progn.htm - Cached
text/html - 4809 bytes - Mon, 11 Apr 2005, 17:33:46 UTC
 
10 CLHS: Symbol LAMBDA   [ 9.456% ]
Symbol LAMBDA Syntax: lambda lambda-list [[ declaration * | documentation ]] form * Arguments: lambda-list ---an ordinary lambda list . declaration ---a declare expression ; not evaluated. documentation ---a string ; not evaluated. form ---a form . Descrip...
https://www.lispworks.com/documentation/HyperSpec/Body/s_lambda.htm - Cached
text/html - 4664 bytes - Mon, 11 Apr 2005, 17:33:45 UTC
 

Result pages:
Previous 1 2 3 4 5 6 7 8 9 10 Next
Sort by: score |  date |  popularity
Company     Contact     Privacy Policy     Terms of Use